home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
pc
/
files
/
timeln.dir
/
00002_Script_Timline Init
< prev
next >
Wrap
Text File
|
1997-05-26
|
747b
|
23 lines
-- GLOBAL BEGIN
global gActorListMgrObj, gInterfaceMgrObj, gUtilityObj
----------------------------------------------------------------------------ò
on StartMovie1
set gActorListMgrObj = mInit(script "ActorListMgrParent")
mSetUp ( gActorListMgrObj )
set gQTpath = the pathname
set objectCastLists = the text of cast "orderListOfObjectCastLists"
set InterfaceCastList = value(line 3 of objectCastLists)
set gInterfaceMgrObj = mInit(script "Interface Mgr Parent", InterfaceCastList, gQTpath)
mSetUp(gInterfaceMgrObj)
set gUtilityObj = mInit( script "Utility Parent")
mActivate( gInterfaceMgrObj )
end StartMovie1
----------------------------------------------------------------------------ò